home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / e4v160.zip / E4FEATS.TXT < prev    next >
Text File  |  1993-06-04  |  7KB  |  219 lines

  1. ________________________________________________________________________
  2.  
  3. E4(tm) Editor Complete Feature List
  4. (C) Copyright Neil Faulks 1991-1993. All Rights Reserved.
  5. ________________________________________________________________________
  6.  
  7. Easy to use
  8.         - hintline guides novice users
  9.         - commentary for Cut & Paste operations
  10.         - intuitive, efficient user interface.
  11.         
  12. Fast to use
  13.         - Common commands are single keystrokes
  14.         - Fast I/O and other operations
  15.         
  16. Small
  17.         - the executable is less than 40K on disk
  18.         - Optional 80K help file can be relocated.
  19.         
  20. Comprehensive context-sensitive on-line help
  21.         - press a key to find out about it
  22.         - look up topics alphabetically
  23.         - helps with DOS errors
  24.         
  25. Outlining for programmers
  26.         - view the structure of your program
  27.         - move blocks of code easily
  28.         - helps top-down design
  29.         
  30. Outlining for documents
  31.         - Order your thoughts before you start
  32.         - move chapters as if they were a single line
  33.         
  34. Mouse support
  35.         - any Microsoft compatible mouse
  36.         
  37. SVGA support for all text modes of your video card
  38.         - 132x50, 100x40, 80x50, 80x28, etc.
  39.  
  40. Modest System Requirements
  41.         - Any PC or 100% compatible
  42.         - DOS 3.0 or higher
  43.         - 128K RAM
  44.         - 200K of disk for full installation
  45.         - 40K of disk for minimum installation
  46.         
  47. Edit multiple files (100+) (64k limit per file)
  48.         - Load files using wildcards from inside editor or on
  49.         command line
  50.  
  51. Powerful Dialog editing
  52.         - filename completion
  53.         - history editing
  54.  
  55. Resume mode
  56.         - remembers what you were editing weeks before (even if
  57.         you don't)
  58.         - essential for editing AUTOEXEC.BAT & CONFIG.SYS
  59.         - per directory Resume State
  60.         
  61. Macros with learn facility
  62.         - editable within the editor
  63.         - keystroke macros, named macros and abbreviations
  64.         - extension specific macros
  65.         - directory specific macros
  66.         
  67. Redefinable keyboard layout
  68.         - easy and powerful
  69.  
  70. Powerful buffer manager screen
  71.         - sort buffers by filename, date/time, or extension
  72.         - pick files from buffer list, or by first few chars of
  73.         name
  74.  
  75. Handles Read-Only files
  76.         - Preserves attributes of files, including Hidden,
  77.         System, Read-only and Shareable (on Networks) flags
  78.         
  79. Easy Block Marking
  80.         - traditional mark and move
  81.         - using shifted arrow keys
  82.         - multiple keypress/mouse clicks to select words, lines,
  83.         etc.
  84.  
  85. Easy (Mac-style) Cut-and-Paste between buffers
  86.         - Editable Clipboard
  87.         
  88. Easy line Marking, Copying, Moving
  89.         - one keystroke per line for Yanking or Inserting
  90.  
  91. Advanced Search & Replace
  92.         - search (and replace) across all open files
  93.         - forward/backwards, change direction with single key
  94.         - search whole of current file or
  95.         - search to start/end of file
  96.         - optional loop at end of file/all files
  97.         - search marked block
  98.         - search for marked block/word
  99.         - whole word search
  100.         - caseless search
  101.         - find string at start or end of line
  102.         - search for end-of-line sequences CRLF/CR/LF
  103.  
  104. Read or write a block of text from/to a file
  105.         - write can replace, backup or append to target file
  106.         - reads can be undone and relocated
  107.  
  108. No mutilation of file in any way, E4 supports
  109.         - long lines
  110.         - full 8-bit character set (including NULLS)
  111.         - no CRLF on last line
  112.         - with or without ^Z
  113.         - you can even edit the text of .EXE files
  114.         - any character may be entered from the keyboard
  115.  
  116. Multi-System support
  117.         - allows direct editing of UNIX and Macintosh text files
  118.         
  119. Continuous display of character under cursor as
  120.         - graphic (for control characters)
  121.         - hex and decimal
  122.  
  123. Automatic File analysis on loading
  124.         - warns of NULLS, control characters or IBM Characters
  125.         - indictates end-of-line sequence(s) used
  126.         - can be run manually
  127.  
  128. Block operations
  129.         - search for marked block
  130.         - confine search to block
  131.         - print
  132.         - write to file
  133.         - indent/outdent
  134.         - read block from file
  135.         
  136. Special backup system dispenses with .BAK files
  137.         - tidies your directories
  138.         - more reliable
  139.  
  140. Automatic timed backups of all loaded files
  141.         - configurable on a per directory basis
  142.         
  143. Execute DOS commands
  144.         - built-in file deletion and change directory
  145.         - shell to DOS
  146.         - command history and filename completion
  147.         - execute commands directly or using COMMAND.COM
  148.         - copes with CD whilst shelled out
  149.         
  150. Compile programs from inside the editor
  151.         - Swap text to disk
  152.         - Automatic file saving and reloading
  153.         - Full Error Parsing/Tracking
  154.         
  155. Template files for new files
  156.         - program skeleton files
  157.         - boilerplate memos
  158.         - Template macros, e.g. insert date/filename, etc.
  159.         
  160. Programmer's Reference tools
  161.         - ASCII Chart
  162.         - PC Colour Codes
  163.         - scan and ASCII codes for keyboard keys
  164.         - convert MSDOS error codes to messages
  165.  
  166. Project Files: multiple edit sessions can be stored and recalled
  167.         - allows easy compilation of projects using MAKE
  168.         - automatic project file creation
  169.         
  170. Picture Mode allows drawing using line-draw characters
  171.         - automatic extension of lines with spaces
  172.         
  173. WordWrap & WordProcessing modes
  174.         - auto (live) or manual reformating
  175.         - indented paragraphs
  176.         - hanging paragraphs
  177.         - adjustable left & right margins
  178.         - suitable for formatting program comments through to
  179.         simple Word Processing
  180.         
  181. Print file or block
  182.         - CR or CRLF printers
  183.         - optional FF at end of job
  184.         - strip or preserve control characters
  185.         - adjustable left margin
  186.         - initialisation String
  187.         - PostScript printer support (using E4PRINT program)
  188.         
  189. Optional extra External Command Modules
  190.         - Date/Time insertion in any format (included)
  191.         - Programmer's Calculator (optional)
  192.         - Many more planned
  193.  
  194. Classic Features
  195.         - auto indent for program editing
  196.         - optional Tab to Space expansion on entry
  197.         - toggle case, make uppercase, lowercase, or title
  198.         - bracket Matching and mismatch location
  199.         - multiple Bookmarks/Tags
  200.         
  201. Extra Features
  202.         - Onscreen clock
  203.         - Screen Saver
  204.  
  205. Simple installation and Configuration
  206.         - configurable using files and/or environment variables
  207.         - separate colour settings for Colour & Mono displays
  208.         - option settings stored on per-extension basis
  209.  
  210. Windows Ready
  211.         - Runs fine in DOS box
  212.         - Supports 50-line mode in DOS Box
  213.         
  214. Network Friendly
  215.         - Used on several educational networks
  216.         - global and user specific configuration
  217.         - support for Novell shareable attributes
  218.  
  219.